home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / DefineSprite_112 / frame_1 / PlaceObject2_110_159 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-10-01  |  182b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.hitTest(this))
  3.    {
  4.       this._y += 1;
  5.    }
  6.    else if(_root.stage._x == _level0.mapX)
  7.    {
  8.       this._y = _level0.box8;
  9.    }
  10. }
  11.